LEADTOOLS Medical (Leadtools.Dicom assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SendNonSecureIscl(Byte[],Int32,Int32) Method
See Also 
Leadtools.Dicom Namespace > DicomNet Class > SendNonSecureIscl Method : SendNonSecureIscl(Byte[],Int32,Int32) Method



buffer
Buffer that holds the data to be sent.
offset
Offset from the beginning of the buffer, at which reading should start.
length
Size, in bytes, of the data to be sent.
buffer
Buffer that holds the data to be sent.
offset
Offset from the beginning of the buffer, at which reading should start.
length
Size, in bytes, of the data to be sent.
Sends data over an ISCL connection, unsecured. The data is not encrypted and the message has no authentication code.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub SendNonSecureIscl( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal length As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As DicomNet
Dim buffer() As Byte
Dim offset As Integer
Dim length As Integer
 
instance.SendNonSecureIscl(buffer, offset, length)
C# 
public void SendNonSecureIscl( 
   byte[] buffer,
   int offset,
   int length
)
C++/CLI 
public:
void SendNonSecureIscl( 
   array<byte>^ buffer,
   int offset,
   int length
) 

Parameters

buffer
Buffer that holds the data to be sent.
offset
Offset from the beginning of the buffer, at which reading should start.
length
Size, in bytes, of the data to be sent.

Remarks

The non-secure send is the fastest method of transmitting data over an ISCL connection. It is faster than the normal send/receive process and has no encryption and no message authentication codes.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features